ReleaseSnapshotRequest

data class ReleaseSnapshotRequest(snapshotId: SnapshotId)

Represents request frame that can be used with LayerTree#releaseSnapshot operation call.

Releases layer snapshot captured by the back-end.

See also

Constructors

ReleaseSnapshotRequest
Link copied to clipboard
fun ReleaseSnapshotRequest(snapshotId: SnapshotId)

Properties

snapshotId
Link copied to clipboard
val snapshotId: SnapshotId
The id of the layer snapshot.

Sources

jvm source
Link copied to clipboard